projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da418b2
)
(fast-lock-cache-name): Replace '\' with '#'.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:24:15 +0000
(
05:24
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:24:15 +0000
(
05:24
+0000)
lisp/fast-lock.el
patch
|
blob
|
history
diff --git
a/lisp/fast-lock.el
b/lisp/fast-lock.el
index 0268a1ecad3668d3e4d9c0c15dc806c0a3ff5253..d739673288f9f3cb0e77ade40783072e337c26ad 100644
(file)
--- a/
lisp/fast-lock.el
+++ b/
lisp/fast-lock.el
@@
-535,7
+535,7
@@
See `fast-lock-cache-directory'."
(concat buffer-file-name ".flc")
(let* ((bufile (expand-file-name buffer-file-truename))
(chars-alist
- (if (
eq system-type 'emx
)
+ (if (
memq system-type '(emx windowsnt)
)
'((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;)))
'((?/ . (?#)) (?# . (?# ?#)))))
(mapchars